projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c6d97
)
Avoid endless loop when configuring without image support.
author
Juanma Barranquero
<lekktu@gmail.com>
Wed, 29 Jan 2003 07:37:34 +0000
(07:37 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Wed, 29 Jan 2003 07:37:34 +0000
(07:37 +0000)
nt/configure.bat
patch
|
blob
|
history
diff --git
a/nt/configure.bat
b/nt/configure.bat
index ff4fae18cccfc7770fc3cb99833e4337bc46b99f..ea0486cf5cfa78488a4fea33f7610451d2e891cf 100755
(executable)
--- a/
nt/configure.bat
+++ b/
nt/configure.bat
@@
-152,6
+152,7
@@
rem ----------------------------------------------------------------------
:withoutpng
\r
set pngsupport=N
\r
set HAVE_PNG=
\r
+shift
\r
goto again
\r
\r
rem ----------------------------------------------------------------------
\r
@@
-159,6
+160,7
@@
rem ----------------------------------------------------------------------
:withoutjpeg
\r
set jpegsupport=N
\r
set HAVE_JPEG=
\r
+shift
\r
goto again
\r
\r
rem ----------------------------------------------------------------------
\r